home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / renderlib / maxonc / maxon.readme < prev    next >
Text File  |  1999-06-14  |  774b  |  18 lines

  1.  
  2. Maxon Lib Stubs
  3. -----------------------
  4.  
  5.   the lib stubs that allow MaxonC programmers to call vararg
  6.   functions (with tags passed in the function's argument list) seem
  7.   to cause problems. i'm not quite sure about it, since i am not
  8.   using this compiler. if you encounter problems, try using the
  9.   libcall versions - RenderA() instead of Render(), for instance.
  10.   the libcall versions require the taglists to be built locally in
  11.   your code, though.
  12.  
  13.   the lib stubs are created with FD2Pragma by Dirk Stoecker,
  14.   using the following command line:
  15.  
  16.   FD2Pragma renderlib/fd/render_lib.fd special 4 to RenderLib/maxonc/pragma/render_lib.h
  17.   FD2Pragma renderLib/fd/render_lib.fd CLIB RenderLib/include/clib/render_protos.h special 11 to RenderLib/maxonc/c-libs/render.lib
  18.